.navigation .logo {
    height: 1.5rem;
    width: 7.375rem;
}
.navigation img {
    max-width: 200% !important;
}
.navigation .logo {
    top: 50%;
    transform: translateY(-50%);
}
.navigation>.fl{
    display: block;
    width: 10%;
}
.navigation .navigation-ico{
    width: 12%;
    text-align: right;
        display: flex;
    align-items: center;
}
.navigation .navigation-ico div {
    margin-right: 1.875rem;
    font-size: 1.125rem;
}
.navigation .navigation-ico a.active,
.phone_lan  a.active{
    color: #E50012;
}
.phone_lan {
    position: absolute;
    right: 50px;
    font-size: 14px;
}
.menu-items{
    /* display: inline-block; */
    /* justify-content: space-between; */
    /* padding-right: 5rem; */
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.menu-items>li{
    display: inline-block;
}
.menu-items>li>a{
    position: relative;
    display: block;
}
.menu-items>li>a::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #E50012;
    content: "";

}
.menu-items>li:hover>a,
.menu-items>li.active>a{
    color: #E50012;
}
.menu-items>li:hover>a::after,
.menu-items>li.active>a::after{
    width: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.menu-items li a{
    padding: 0 1.25rem;
    height: 100%;
    white-space: nowrap;
    color: #000000;
    display: block;
    font-size: 1.25rem;
}
.navigation-ico .iconfont{
    color: #858587;
    font-size: 1.5rem;
}
.banner_div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
    width: 70%;
    /* overflow: hidden; */
    /* word-break: break-all;
    white-space: break-spaces; */
    left: 12vw;
}
.banner-subtitle-yy{
    font-size: 1.5rem;
    margin: 1.25rem 0;
    color: #fff;
    line-height: 2vw;
    letter-spacing: .3rem;
}
.banner-tl-yy{
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    line-height: 3.75rem;
    text-shadow: 0rem 0rem 0.3125rem rgb(0 0 0 / 15%);
    letter-spacing: .3rem;
}
.banner .swiper-slide img, .banner .swiper-slide{
    border-radius: 1.25rem;
}
/* .banner .container{
    padding: 0 3.495%;
}
*/
.h03-4-scenarios::before{
}
.heading-03 {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 3.75rem;
}
.h03-4-scenarios {
   /* padding: 8rem 0;
    */
    padding-bottom: 5rem;
    background: #f3f4f8;
    position: relative;
}
.h05-4-product{
    position: relative;
    background: #f3f4f8;
}
.h05-4-product::before, .h03-4-scenarios::before, .h03-4-scenarios::after {
    content: "";
    display: block;
    position: absolute;
    height: 7.5rem;
    width: 3.4375rem;
    left: 0;
    z-index: -1;
}
.h05-4-product::before, .h03-4-scenarios::before, .h03-4-scenarios::after {
    height: 15rem;
    width: 6.875rem;
}
.h05-4-product::before, .h03-4-scenarios::before{
    background-size: cover;
    background-position: center;
    background: url(../img/2.svg);
    background-repeat: no-repeat;
    bottom: 100%;
}
.h03-4-scenarios::after {
    background-image: url(../img/1.svg);
    top: 100%;
    background-size: cover;
}
.h03-4-scenarios-lb-bos .over{
    border-radius: 1.4375rem;
}
.h03-4-scenarios-lb-bos .over img{
    border-radius: 1.4375rem;
}
.h03-4-scenarios-lb-bos .h03-4-scenarios-tit{
    font-size: 1.875rem;
    line-height : 2.625rem;
    color : #FFFFFF;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 8%;
}
.h03-4-scenarios-lb-bos .h03-4-scenarios-ul{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.875rem ;
    width: 100%;
}
.h03-4-scenarios-lb-bos .h03-4-scenarios-ul li{
    width: 33.33%;
    /* margin-left: 1.875rem; */
    float: left;
    margin-top: .5rem;
}

.h03-4-scenarios-lb-bos .h03-4-scenarios-ul li:nth-of-type(4n+1){
    /* margin-left: 0; */
}
.h03-4-scenarios-lb-bos .h03-4-scenarios-ul li a{
    font-size : 1.05rem;
    line-height : 2rem;
    color : #FFFFFF;
    /* border-bottom: 0.0625rem solid #fff; */
    padding-bottom: .3125rem;
}
.newslist_ul li:hover .tit1,
.porduct_ul li:hover .text,
.h07-join-ul li:hover a p,
.h06-news .card:hover .card__description h3.heading-04,
.h03-4-scenarios-lb-bos .h03-4-scenarios-ul li:hover a{
    color: #cb3434;
}
.h03-4-scenarios-lb-bos{
    position: relative;
}
.h03-4-scenarios-lb .swiper-pagination{
    display: none;
}
.card {
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
}
.card::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 3rem);
    height: calc(100% - 4.75rem);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #858587;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 0.75rem 0 #858587;
    box-shadow: 0 0 0.75rem 0 #858587;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.card__image {
    position: relative;
}
.card__image::before {
    border-radius: 1.25rem;
}
.card__image::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 3rem);
    height: calc(100% - 4.75rem);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #858587;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 0.75rem 0 #858587;
    box-shadow: 0 0 0.75rem 0 #858587;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.card picture {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0.625rem;
    background: #f3f4f8;
    position: relative;
    will-change: transform;
}
.card picture {
    border-radius: 1.25rem;
}
.card picture::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.card:not([data-no-image]) picture::after {
    content: "";
    display: block;
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.card picture img {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-family: ' ';
    object-fit: cover;
}
.card__description {
    width: 100%;
    padding: 1rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #171717;
}
.card .card__description {
    padding: 1.5rem 1rem;
    position: absolute;
    bottom: 0;
    color: #fff;
}
.card .card__description {
    padding: 2rem 1.5rem;
}
.card .card__description, .h03-4-scenarios .card .card__description {
    z-index: 3;
}
.card__copy {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.card:hover .card__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.primary-button, .tertiary-button__icon {
    -webkit-backdrop-filter: blur(0.75rem);
    backdrop-filter: blur(0.75rem);
    background-color: rgba(23, 23, 23, 0.8);
    height: 3rem;
    min-width: 3rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 0.625rem;
    -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.primary-button--on-dark, .tertiary-button--on-dark.tertiary-button__icon {
    -webkit-backdrop-filter: blur(0.75rem);
    backdrop-filter: blur(0.75rem);
    background-color: rgba(255, 255, 255, 0.2);
}
.primary-button, .tertiary-button__icon {
    height: 3.5rem;
    min-width: 3.5rem;
    position: relative;
}
.primary-button::before, .tertiary-button__icon::before {
    content: "";
    display: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0.125rem solid #d2e8f5;
    border-radius: 0.625rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.primary-button .iconfont{
    color: #fff;
    font-size: 1.25rem;
    position: relative;
    margin: 0 1rem;
}
.primary-button:hover .icon-xiajiantou, .card:hover .primary-button .iconfont{
    -webkit-animation: arrowAnimation 1.2s ease-in-out;
    animation: arrowAnimation 1.2s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes arrowAnimation {
    16.65% {
        -webkit-transform: translateX(0.375rem);
        transform: translateX(0.375rem);
   }
    33.3% {
        -webkit-transform: translateX(-0.3125rem);
        transform: translateX(-0.3125rem);
   }
    49.95% {
        -webkit-transform: translateX(0.25rem);
        transform: translateX(0.25rem);
   }
    66.6% {
        -webkit-transform: translateX(-0.125rem);
        transform: translateX(-0.125rem);
   }
    83.25% {
        -webkit-transform: translateX(0.0625rem);
        transform: translateX(0.0625rem);
   }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
   }
}
@keyframes arrowAnimation {
    16.65% {
        -webkit-transform: translateX(0.375rem);
        transform: translateX(0.375rem);
   }
    33.3% {
        -webkit-transform: translateX(-0.3125rem);
        transform: translateX(-0.3125rem);
   }
    49.95% {
        -webkit-transform: translateX(0.25rem);
        transform: translateX(0.25rem);
   }
    66.6% {
        -webkit-transform: translateX(-0.125rem);
        transform: translateX(-0.125rem);
   }
    83.25% {
        -webkit-transform: translateX(0.0625rem);
        transform: translateX(0.0625rem);
   }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
   }
}
.card:hover .primary-button{
    background-color: #bd1e0f;
}
/* .h02-4-about-div>div{
    width: 48%;
}
*/
.text{
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.h02-4-about .heading-03{
    text-align: left;
    margin-bottom: 0;
}
.h02-4-about{
    padding-bottom: 3.75rem;
    position: relative;
   /* background: #f3f4f8;
    */
}
.h02-4-about-lb .swiper-slide div{
    border-radius: 1.25rem;
}
.h02-4-about-lb .swiper-slide div img{
    border-radius: 3.125rem;
}
.h02-4-about-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.swiper-pagination-bullet{
    background: none;
    border: 0.0625rem solid #d9261c;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #d9261c;
}
.h02-4-about-text .text{
    margin: 1.5625rem 0;
}
.h02-4-about-div{
    padding: 13.75rem 0;
    border-radius: 1.875rem;
}
.h02-4-about-div .tit1{
    color: #fff;
    line-height : 2.5rem;
}
.tit1{
    font-size: 1.5rem;
}
/* 新闻 */
.h06-news {
    position: relative;
    overflow: hidden;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
}
.h06-news .card .card__copy{
    position: relative;
    height: 100%;
}
/* .h06-news::before {
    content: "";
    display: "";
    position: absolute;
    height: 50%;
    width: 90vw;
    max-height: 30rem;
    right: 0;
    bottom: 0;
    background: url("/component/block/h06-news/images/background-shape.svg") left top no-repeat;
    background-size: cover;
}
*/
.h06-news .container {
    position: relative;
}
.h06-news__heading-row {
    padding-bottom: 2.5rem;
}
.h06-news__heading-row .heading-05 {
    padding-top: 0.5rem;
    color: #858587;
}
.h06-news__carousel {
    font-size: 0;
    padding-bottom: 2.5rem;
    width: 100%;
    transform: translate3d(0rem, 0rem, 0rem) !important;
}
.h06-news__carousel-slide {
    position: relative;
    position: relative;
    display: inline-block;
    width: calc(50% + 0.75rem);
    max-width: calc(50% + 0.75rem);
    vertical-align: top;
}
.h06-news__carousel-slide::before {
    content: '';
    display: block;
   /*padding-top: 150%;
    */
}
.h06-news__carousel-slide .card {
    height: 100%;
    position: absolute;
    top: 0;
   /* left: calc(1vw * 1.1);
    */
    width: calc(100% - 0.5rem);
}
.h06-news__carousel-slide .card__image, .h06-news__carousel-slide .card picture {
    height: 100%;
}
.h06-news__carousel-slide .card .card__description {
    padding: 1rem 0.5rem;
}
.h06-news__carousel-slide:nth-child(even) {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
}
.h06-news__cta-row {
   /* padding-top: 2.5rem;
    */
}
.h06-news__bullets {
    margin-top: 1.5rem;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    pointer-events: all;
}
.h06-news__bullets li {
    color: #858587;
    margin: 0 0.25rem;
}
.h06-news__bullets li button {
    height: 0.5rem;
    width: 0.5rem;
    color: currentColor;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: currentColor;
    border-radius: 50%;
    -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.h06-news__bullets li button:hover {
    color: #d9261c;
}
.h06-news__bullets li button span {
    display: none;
}
.h06-news__bullets li.is-active {
    color: #d9261c;
}
.h06-news__bullets li.is-active button {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-inner{
    padding: 1.5rem 1.5rem 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f3f4f8;
    border-radius: 0.625rem;
    position: relative;
    cursor: pointer;
    color: #171717;
}
.product-title {
    padding-bottom: 0.5rem;
}
.h05-4-product{
    padding: 5rem 0;
}
.product-description {
}
.product-description {
    max-height: 6.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 2.5rem;
}
.product-features {
    color: #858587;
}
.product.loaded::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 2.8125rem);
    height: calc(100% - 3.5rem);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #858587;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 0.75rem 0 #858587;
    box-shadow: 0 0 0.75rem 0 #858587;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.product.loaded::before {
    bottom: 0.125rem;
}
.product:hover.loaded::before {
    opacity: 1;
}
.product:hover a{
    color: #171717;
}
.product:hover .primary-button{
    background: #d9261c;
}
.product:hover .primary-button .iconfont{
    -webkit-animation: arrowAnimation 1.2s ease-in-out;
    animation: arrowAnimation 1.2s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.h05-4-product-box>div{
    margin-bottom: 1.875rem;
}
.h05-4-product-lb .heading-03 a{
    color: #fff;
    letter-spacing: .3rem;
}
.h05-4-product-lb a img{
    border-radius: 1.875rem;
}
.h05-4-product-lb .heading-03{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.h05-4-product-lb .heading-03 .heading-05{
    color: #fff;
    font-size: 2.2rem;
    margin-top: .625rem;
}
@media (min-width: 30rem) {
    .h06-news__carousel-slide {
        max-width: 50%;
   }
    .h06-news__carousel-slide .card {
        width: calc(100% - 2.5rem);
   }
    .h06-news__carousel-slide .card .card__description {
        padding: 2rem 1.5rem;
   }
}
.h06-news__carousel-slide{
    width: 100%;
    max-width: 100%;
}
@media (min-width: 62rem) {
    .h06-news::before {
        width: 97vw;
   }
    .h06-news__carousel {
        padding-bottom: 5rem;
   }
    .h06-news__carousel-slide {
        width: 33.33333%;
        max-width: 33.33333%;
        padding: 0;
   }
    .h06-news__carousel-slide:nth-child(even) {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem);
   }
    .h06-news__carousel-slide:nth-child(3) {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem);
   }
    .h06-news__bullets {
        display: none;
   }
    .h06-news__cta-row {
       /* position: absolute;
        */
        width: 100%;
       /* bottom: 5rem;
        */
        text-align: right;
       /* right: 0.625rem;
        */
   }
}
.h06-news__carousel-slide .card__image{
    height: 25rem;
}
.h06-news__carousel-slide .card picture {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.h06-news .card .card__description{
    background-color: #f3f4f8;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    height: 8.75rem;
    position: relative;
}
.h06-news .card .card__description h3.heading-04{
    font-size: 1.375rem;
    line-height: 2.125rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.h06-news .card .card__description .card__note{
    line-height: 2.5rem;
    left: 0;
    bottom: 0;
    display: block;
    position: absolute;
    font-size: 1rem;
    font-weight: 400;
}
.card__description .copy-01 {
    color: #858587;
}
.h06-news .card:hover::before, .h06-news .card::before{
    display: none;
}
.h06-news__heading-row{
    position: static;
}
.h06-news__heading-row .col-12{
    letter-spacing: -0.32em;
    position: relative;
}
.h06-news__heading-row .col-12::before{
    content: "";
    height: 0.0625rem;
    background-color: #ccc;
    width: calc(100% - 0rem);
    position: absolute;
    bottom: 1.125rem;
    z-index: 1;
}
.h06-news__heading-row .heading-03{
    margin-bottom: 0;
}
.h06-news__heading-row .heading-03, .h06-news__heading-row .heading-05{
    display: inline-block;
    vertical-align: bottom;
    padding-right: 0.625rem;
    position: relative;
    background: #fff;
    z-index: 2;
    letter-spacing: normal;
}
.h06-news__heading-row .heading-05{
    padding-right: 1.875rem;
}
.h06-news__carousel-slide .news-item a .heading-04{
    font-size: 1.25rem;
    line-height: 2rem;
    color: #333;
    margin-bottom: 0.625rem;
}
.h06-news__carousel-slide .news-item a .type{
    -webkit-backdrop-filter: blur(0.75rem);
    backdrop-filter: blur(0.75rem);
    background-color: rgba(23, 23, 23, 0.8);
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0.3125rem 0.625rem;
    border-radius: 1.25rem;
    margin-right: 0.625rem;
}
.h06-news__carousel-slide .news-item a .time{
    color: #858587;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.h06-news__carousel-slide .news-item{
    border-radius: 1.25rem;
    background-color: #f3f4f8;
}
.h06-news__carousel-slide .news-item #scroller{
    padding: 1.25rem 2.5rem 0.625rem 2.5rem;
}
.h06-news__carousel-slide .news-item a{
    border-top: 0.0625rem solid #ccc;
    padding: 0.9375rem 0;
    display: block;
}
.h06-news__carousel-slide .news-item a:first-child{
    border-top: 0;
}
.card .card__description.black-bg {
    padding: 1rem 1rem 1.5rem !important;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}
.copy-01 {
    font-weight: 400;
}
.copy-01 {
    font-size: 1rem;
    line-height: 1.5rem;
}
.card__description .copy-01 {
    color: #858587;
}
.primary-label {
    position: relative;
    height: 2rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1.25rem;
    padding: 0 1rem;
    color: #171717;
    background-color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.primary-label--dark {
    -webkit-backdrop-filter: blur(0.75rem);
    backdrop-filter: blur(0.75rem);
    background-color: rgba(23, 23, 23, 0.8);
    color: #fff;
}
.primary-label {
    height: 2.5rem;
}
.card__label {
    top: 1rem;
    left: 1rem;
    position: absolute;
}
.news-item #wrapper #scroller:before {
    content: "";
    height: 5rem;
    right: 1.25rem;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(248,248,248,0) 0%,rgba(248,248,248,1) 80%);
    left: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}
.news-item #wrapper #scroller::after {
    content: "";
    height: 2rem;
    right: 1.25rem;
    position: absolute;
    top: 0;
    background: linear-gradient(rgba(248,248,248,1) 0%,rgba(248,248,248,0) 80%);
    left: 1.25rem;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}
.primary-button--highlight {
    background-color: #d9261c;
}
.primary-button, .tertiary-button__icon {
    height: 3.5rem;
    min-width: 3.5rem;
    position: relative;
}
.primary-button::before, .tertiary-button__icon::before {
    content: "";
    display: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0.125rem solid #d2e8f5;
    border-radius: 0.625rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.h06-news .primary-button span, .tertiary-button__icon span {
    font-size: 0.875rem;
    padding: 0 1.125rem 0 1.5rem;
    color: #fff;
}
.h06-news .primary-button .iconfont{
    margin: 0;
}
.primary-button{
    position: relative;
    color: #fff;
    margin: 0 1rem;
}
/* .container>.row{
    margin: 0;
}
*/
.h06-news .primary-button:hover {
    background-color: #bd1e0f;
    color: #fff;
}
/* 招聘 */
.h07-join{
    margin-bottom: 5rem;
}
.h07-join-box{
    background: url(../img/xxs.jpg) center/cover no-repeat;
    border-radius: 1.875rem;
    padding: 2.5rem;
}
/* 底部 */
.n06-footer{
    color: #fff;
    background-color: #171717;
    position: relative;
    padding: 2.1875rem 0;
}
.n06-footer a{
    color: #fff;
}
.n06-footer-text{
    padding-bottom: .9375rem;
}
.n06-footer-text span{
    padding: 0 .3375rem;
}
.h07-join-ul{
    width: 30%;
    color: #fff;
    padding: 0 1.25rem;
    background: rgba(28, 29, 29, 0.65);
    border-radius: .9375rem;
    float: right;
}
.h07-join-ul div p{
   /* width: 65%;
    */
    font-size: 1.5rem;
    color: #fff;
}
/* .h07-join-ul div{
    margin-bottom: .9375rem;
}
*/
.h07-join-ul div span{
    font-size: 1rem;
}
.h07-join-ul li>p{
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.h07-join-ul li{
    padding: 1.5625rem 0;
    border-bottom: 0.0625rem solid rgba(210, 232, 245,0.2);
}
.h07-join-ul li:last-child{
    border: none;
}
.more{
    -webkit-backdrop-filter: blur(0.75rem);
    backdrop-filter: blur(0.75rem);
    background-color: #d9261c;
    height: 3rem;
    min-width: 3rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 0.625rem;
    -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.more span{
    font-size: 0.875rem;
    padding: 0 1.125rem 0 1.5rem;
    color: #fff;
}
.more .iconfont{
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    position: relative;
    color: #fff;
    margin: 0 1rem;
}
.more:hover {
    background-color: #bd1e0f;
    color: #fff;
}
.more:hover .iconfont{
    -webkit-animation: arrowAnimation 1.2s ease-in-out;
    animation: arrowAnimation 1.2s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/* 应用领域 */
.leven{
    padding: 3.125rem 0;
}
.leven_ul{
    margin: 0 auto;
    text-align: center;
}
.leven_ul li{
    display: inline-block;
    margin: 0 1.25rem;
}
.leven_ul li a{
    display: block;
    padding: 0 .4375rem;
    position: relative;
    font-size : 1.125rem;
    color : #000000;
    padding-bottom: .75rem;
}
.leven_ul li a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.0625rem;
    background: #E50012;
    content: "";
    width: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.leven_ul li:hover a::after, .leven_ul li.active a::after{
    width: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.leven_ul li:hover a, .leven_ul li.active a{
    color: #E50012;
}
.proxq, .porduct, .application{
    padding: 3.75rem 0;
}
.application_box>div{
    margin-bottom: 1.875rem;
}
.product-title{
    font-size: 2.1875rem;
}
.n06-footer .n06-footer-text{
    display: none;
}
.backs{
    background : #F3F4F8;
}
.porduct_ul li{
    float: left;
    width: calc(14.2% - 1.25rem*6/7);
    margin-left: 1.25rem;
    background: #FFFFFF;
    padding: 2.125rem 0 1.25rem ;
    text-align: center;
    border-radius : .75rem;
    margin-bottom: 2.5rem;
}
.porduct_ul li:nth-of-type(7n+1){
    margin-left: 0;
}
.porduct_box_size{
    margin-top: 1.1875rem;
}
.porduct_box_size a{
    color : #000000;
}
.porduct_ul li .over{
    margin: 0 auto;
    width: 50%;
}
/* 产品详情 */
.proxq .proxq_wid>div:nth-of-type(2){
    width: 58%;
}
.proxq .proxq_wid>div:nth-of-type(1){
    text-align: center;
    width: 38%;
}
.proxq .proxq_wid{
    display: flex;
    align-items: center;
    justify-content: center;
}
.proxq_wid .fl{
    /* padding-left: 6.25rem; */
}
.proxq_wid .fl img{
    width: 40%;
}
.proxq_fr .tit{
    font-size: 2.1875rem;
}
.proxq_fr{
    color : #000000;
}
.proxq_fr .proxq_fr_hig p{
    font-size: 1.25rem;
    /* font-weight: bold; */
}
.proxq_fr .proxq_fr_hig{
    font-size: 1.125rem;
    line-height: 2.125rem;
    color: #000000;
    margin: 1.25rem 0 2.5rem;
    height: 25rem;
    overflow-y: scroll;
    padding-right: 1.5625rem;
}
/*滚动条样式*/
.proxq_fr_hig::-webkit-scrollbar {
   /*滚动条整体样式*/
    width: 0.25rem;
   /*高宽分别对应横竖滚动条的尺寸*/
}
.proxq_fr_hig::-webkit-scrollbar-thumb {
   /*滚动条里面小方块*/
    display: block;
    width: 0.625rem;
    height: 2.1875rem;
    background-image: -moz-linear-gradient(-51deg, #cb3434 100%, #cb3434 100%);
    background-image: -webkit-linear-gradient(-51deg, #cb3434 100%, #cb3434 100%);
    background-image: -ms-linear-gradient(-51deg, #cb3434 100%, #cb3434 100%);
}
.proxq_fr_hig::-webkit-scrollbar-track {
   /*滚动条里面轨道*/
    background-color: #dfdfdf;
    width: 0.25rem;
    height: 10.25rem;
    position: absolute;
}
/* 诚聘英才 */
.join_nav li{
    width: calc(33.33% - 1.875rem*2/3);
    margin-left: 1.875rem;
    float: left;
    border-radius: .4375rem;
    font-size : 1.25rem;
    color : #333333;
    line-height: 3.125rem;
    text-align: center;
}
.join_nav li a{
    display: block;
    border-radius: .4375rem;
    border: 0.0625rem solid #D1D1D3;
}
.join_nav li:nth-of-type(3n+1){
    margin-left: 0;
}
.title {
    font-size : 3rem;
    color : #000000;
}
.join{
    padding: 4.375rem 0;
}
.mt50{
    margin-top: 3.125rem;
}
.join_nav li.active a{
    background: #E50012;
    color: #fff;
    border: 0.0625rem solid #E50012;
}
.join_top {
    font-size : 1.45rem;
    color : #000000;
    line-height: 4rem;
    padding: 0 2.8125rem;
    cursor: pointer;
}
.join_mae,
.join_nav,
.join_ul{
    width: 75%;
    margin:  auto;
    margin-top: 3.125rem;
}
.join_ul li{
    background : #F3F4F8;
    border-radius : .75rem;
    margin-bottom: 1.25rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.join_ul .text{
    padding: 2.8125rem;
    border-top: 0.0625rem solid #E3E3E3;
}
.join_top .fr span{
    display: inline-block;
    position: relative;
}
.join_top .fr span::after{
    content: "+";
    font-size: 1.5625rem;
}
.join_bot{
    display: none;
}
/* .join_ul li.active .join_bot{
    display: block;
}
*/
.join_ul li.active .join_top .fr span::after{
    content: "-";
}
.join_mae{
    font-size : 1.875rem;
    line-height : 2rem;
    color: #000000;
}
.join_mae a{
    color : #E50012;
}
.ditu-img-ul li{
    width: 3.125rem;
    height: 2.5rem;
    /* background: #000000; */
    position: absolute;
}
.ditu-img-ul li:nth-of-type(1){
    top: 32%;
    left: 0%;
}
.ditu-img-ul li:nth-of-type(2){
    top: 25%;
    right: 0%;
}
.ditu-img-ul li:nth-of-type(3){
    top: 41%;
    right: 0%;
}
.ditu-img-ul li:nth-of-type(4){
    top: 55%;
    right: 0%;
}
.ditu_fr>div{
    display: none;
}

/* 质量管理*/
.zlnav_l{
    margin-top: 3.125rem;
}
.zlnav_l li{
    border-radius: .4375rem;
    font-size: 1.25rem;
    color: #333333;
    line-height: 3.125rem;
}
.zlnav_l li.active a{
    background: #E50012;
    color: #fff;
    border: 0.0625rem solid #E50012;
}
.zlnav_l li{
    margin-bottom: 20px;
}
.zlnav_l li a{
    display: block;
    border-radius: .4375rem;
    border: 0.0625rem solid #D1D1D3;
    text-indent: 20px;
}
.zlnav_l li a:hover{
    background: #E50012;
    color: #fff;
}




/* 联系我们*/
.ditu-img{
    width: 46%;
    /* margin: 0 auto; */
}
.ditu_fr{
    width: 18%;
    margin-left: 10%;
    margin-top: 3%;
}
.ditu{
    padding: 1.5rem 0 2.375rem;
}

.title p:nth-of-type(2){
    font-size : 1rem;
    color : #A5A5A5;
}

.contact .title{
    font-size: 2.3rem;
}
.contact_wid .fl{
    width: 60%;
}
.contact_wid{
    position: relative;
}
.contact{
    padding-bottom: 4.375rem;
}
.contact_inp p{
    font-size : 1rem;
    line-height : 2rem;
    color : #333333;
    margin-bottom: .4rem;
}
.contact_inp input{
    height: 3.125rem;
    width: 100%;
    border-radius: .4375rem;
    border: 0.0625rem solid #D1D1D3;
    padding: 0 .9375rem;
    font-size: .875rem;
    color: #333;
}
.contact_inp input::-webkit-input-placeholder{
    color: #333;
}
.contact_inp{
    margin-bottom: .5rem;
}
.contact_inp select{
    width: 100%;
    height: 3.125rem;
    width: 100%;
    border-radius: .4375rem;
    border: 0.0625rem solid #D1D1D3;
    padding: 0 .9375rem;
    font-size: .875rem;
    color: #333;
}
.contact .more{
    border: 0.0625rem solid #d9261c;
}
.contact_wid .fr{
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.contact_ul_top{
}
.contact_ul_top span{
    display: inline-block;
    background : #F3F4F8;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    color: #E50012;
}
.contact_ul_top .iconfont{
    font-size: 2rem;
}
.contact_ul_soze p{
    font-weight : bold;
    font-size : 1.125rem;
    color : #474747;
    margin: .9375rem 0;
}
.contact_ul_soze{
    font-size : .875rem;
    line-height : 1.75rem;
    color : #474747;
}
.contact_ul_soze span{
    font-weight: bold;
}
/* .contact_wid_ul li:nth-of-type(1) .contact_ul_soze{
    text-align: center;
} */
.contact_wid_ul li:nth-of-type(1) .contact_ul_soze p, .contact_wid_ul li{
    text-align: center;
}
.contact_wid_ul li{
    margin-top: 2.125rem;
}
.contact_wid_ul li:nth-of-type(1) {
    margin-top: 0;
}
/* 新闻列表 */
.line1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.newslist_ul li .tit{
    color : #9B9B9B;
}
.newslist_ul li .text{
    margin: .5rem 0;
}
.newslist_ul li .time{
    color: #858587;
    font-size: 1rem;
}
.newslist_ul li .time span{
    -webkit-backdrop-filter: blur(0.75rem);
    backdrop-filter: blur(0.75rem);
    background-color: rgba(23, 23, 23, 0.8);
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0.3125rem 0.625rem;
    border-radius: 1.25rem;
    margin-right: 0.625rem;
}
.newslist_ul li{
    border: 0.0625rem solid #EAEAEA;
    border-radius: .75rem;
    padding: 2.1875rem;
    margin-bottom: 1.875rem;
}
.newslist{
    padding: 4.375rem 0;
}
/* 新闻详情 */
.newsxq{
    background : #F3F4F8;
    padding: 4.375rem 0;
}
.newsxq_div{
    width: 80%;
    margin: 0 auto;
    margin-top: 3.125rem;
    background : #FFFFFF;
    border-radius : 1.375rem;
    padding: 5rem;
}
.newsxq_div .mt50{
    text-align: right;
}
.newsxq .title{
    font-size: 2.5rem;
}
.nav_fix{
    position: fixed;
    top: 6.25rem;
    width: 100vw;
    background: #fff;
    padding: 2.1875rem 0 3.125rem ;
   /* display: none;
    */
    left: 0;
}
.nav_fix_div{
    width: 80%;
    margin: 0 auto;
}
.nav_fix_fl{
    width: 70%;
    float: left;
}
.nav_fix_fl ul{
   /* display:-webkit-flex;
    display: flex;
    */
    width: 100%;
}
.nav_fix_fl li{
   /* -webkit-flex:1;
    flex:1 */
    width: 33.33%;
    float: left;
}
.nav_fix_fl li a{
    display: block;
    line-height: 2.875rem;
    font-size : 1.25rem;
    color : #4C4C4C;
}
.nav_fix_fr{
    width: 30%;
}
/* .nav.active{
    border-bottom: 0.125rem solid #dddddd;
}
*/
/* .nav.active .nav_fix{
    top: 5.4125rem;
}
*/
.nav_fix_fr>div{
    display: none;
}
.nav_fix_fl ul li:hover a{
    color: #E50012;
}
.menu-items li:hover .nav_fix{
    transform: none;
    opacity: 1;
}
.nav_fix{
    opacity: 0;
    z-index: 999;
    transition: 400ms ease-in-out;
    transform: scaleY(0);
    transform-origin: top center;
    text-align: left;
}
.nav_fix_fr .h03-4-scenarios-lb-bos .h03-4-scenarios-ul li a{
    font-size : 1.3125rem;
    color : #FFFFFF;
    padding: 0;
    padding-bottom: .5rem;
   /* display: inline-block;
    */
    text-align: center;
}
.nav_fix_fr .h03-4-scenarios-lb-bos .over{
    height: 13.375rem;
}
.nav_fix_fr .h03-4-scenarios-lb-bos .h03-4-scenarios-ul{
    padding: 1.25rem;
}
.heading-03{
    font-size: 3.5rem;
    line-height: 5rem;
}
.heading-05 {
    font-size: 1.25rem;
    line-height: 2rem;
}
.line2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
   
}
.product-link {
    width: 3.5rem;
    height: 3.5rem;
    bottom: 2rem;
    right: 1.5rem;
    border-radius: 0.625rem;
    position: absolute;
}






/* 搜索 */
.search {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background: #000; */
    background: rgba(0,0,0,0.85);
    z-index: 999;
    display: none;
}
.search-box {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
}
.inp {
    width: 100%;
    height: 100px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.bu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: rgba(255, 255, 255, 0.7);
    background: none;
    border: none;
}
.bu .iconfont {
    font-size: 3.125rem;
}
.search-con {
    position: absolute;
    right: 7%;
    top: 7%;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}
.search-con .iconfont {
    font-size: 2.125rem;
    font-weight: 100;
}
.ds {
    cursor: pointer;
}



.pictur_box .banner-subtitle-yy{
    font-size: 2.2rem;
    letter-spacing: 0;
}























@media (min-width: 1280px) {
    .h06-news {
       /* padding-top: 0rem;
        */
        padding-bottom: 0rem;
   }
    .h06-news__heading-row {
        position: static;
        width: 100%;
   }
    .h06-news__carousel {
        padding-bottom: 5.3125rem;
   }
   /*.h06-news__carousel-slide {
        width: 25%;
        max-width: 25%;
   }
    */
    .h06-news__carousel-slide:nth-child(even) {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem);
   }
   
 
}
@media (min-width: 1024px) {
    .navigation{
        height: 6.25rem;
        line-height: 6.25rem;
        color: #171717;
        background-color: #fff;
        border-bottom: 0.0625rem solid #f3f4f8;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
   }
    .navigation .logo {
        height: 2rem;
        width: 10.625rem;
        position: absolute;
        left: calc(1vw * 0.625);
   }
   
  
}
@media (min-width:992px) and (max-width:1024px){
    .h06-news__carousel-slide{
        padding: 0 0.625rem;
   }
    .h06-news__carousel-slide .card{
        width: calc(100% - 1.25rem);
   }
    .h06-news__carousel-slide .news-item #scroller{
        padding: 1.25rem 1.25rem 0.625rem 1.25rem;
   }
 
}
@media(max-width:1440px){
    .h03-4-scenarios-lb-bos .h03-4-scenarios-ul{
        padding: 1rem;
   }

   .h03-4-scenarios-lb-bos .h03-4-scenarios-ul li a {
    font-size: 1rem;
   }
    .h07-join-ul li {
        padding: 1.125rem 0;
   }
    .h07-join-ul div p{
        font-size: 1.25rem;
   }
   .list-box{
       height: 472px !important;
   }
   .heading-03{
       font-size: 2.5rem;
   }
   .title {
    font-size: 2.5rem;
   }
   /* .nav_fix {
    left: -85%;
   } */
}
@media(max-width:1366px){
    .h05-4-product::before, .h03-4-scenarios::before, .h03-4-scenarios::after {
        height: 15rem;
        width: 4.875rem;
    }
    /* .nav_fix {
        left: -75%;
    } */
    .nav_fix_div {
        width: 100%;
    }
    .leven_ul li{
        width: 25%;
        float: left;
        margin: 0;
        text-align: center;
        margin-bottom: .9375rem;
    }
    .product-description{
        margin-top: 1rem;
    }
    .application .product-link{
        width: 2.7rem;
        height: 2.7rem;
        min-width: 2.7rem;
    }
    .application .product-title {
        font-size: 1.55rem;
    }
    .application .product-inner{
        padding: 1rem;
    }
    .application .heading-05 {
        font-size: 1.125rem;
    }
    .ditu-img {
        /* width: 65%; */
    }
    .title p:nth-of-type(2){
        font-size: 1.125rem;
    }
    .title {
        font-size: 2.25rem;
    }
    .contact .title {
        font-size: 2rem;
    }
    .contact_ul_soze{
        font-size: 1rem;
    }
    .contact_inp p{
        font-size: 1.125rem;
    }
    /* .proxq .proxq_wid>div:nth-of-type(2){
        width: 65%;
    }
    .proxq .proxq_wid>div:nth-of-type(1){
        width: 28%;
    } */
    .join_mae,
.join_nav,
.join_ul{
    width: 85%;
    margin:  auto;
    margin-top: 3.125rem;
}
.porduct_ul li {
    padding: 1rem 0 ;
    margin-bottom: 1rem;
}
.banner-tl-yy {
    font-size: 2.35rem;
}
.porduct_ul li .over{
    width: 70%;
}
.porduct_box_size {
    margin-top: 1rem;
}
.h03-4-scenarios-lb-bos .h03-4-scenarios-tit{
    font-size: 1.45rem;
}
.h03-4-scenarios-lb-bos .h03-4-scenarios-ul li a{
    font-size: 1rem;
}
/* .h03-4-scenarios-lb-bos .h03-4-scenarios-ul li {
    width: calc(25% - 1rem*3/4);
    margin-left: 1rem;
} */
.leven{
    padding: 2.125rem 0;
}
.h03-4-scenarios-lb-bos .h03-4-scenarios-ul li {
    width: 33%;
    margin-left: 0 !important;
    /* text-align: center; */
}
.h03-4-scenarios-lb-bos .h03-4-scenarios-ul li:nth-of-type(3n+1) {
/* margin-left: 0 !important; */
}
}
@media(max-width:1280px){
    .tit1 {
        font-size: 1.25rem;
   }
}
@media(max-width:1200px){
    /* .menu-items{
        width: 55%;
    }
    .nav_fix {
        left: -49%;
    } */
}
@media(max-width:1024px){
    .h07-join-ul {
        width: 40%;
       }
       .h02-4-about-div {
        padding: 6.75rem 1.5rem;
       }
       .banner-tl-yy {
        font-size: 2.5rem;
       }
       .leven_ul li{
           margin: 0 .5rem;
       }
       .leven_ul li a{
           padding: 0 ;
           padding-bottom: .5rem;
           font-size: 1rem;
       }
       .product-title {
        font-size: 1.8rem;
    }
    .product-description {
        margin-top: 1.5rem;
    }
    .newsxq .title {
        font-size: 1.7rem;
    }
    .proxq_wid .fl{
        padding-left: 0;
    }
}
@media (max-width:991px){
    .h06-news__carousel-slide .card{
        position: relative;
        width: calc(100% - 0rem);
        margin: 0 auto 1.875rem auto;
        left: 0;
   }
    .h06-news__carousel-slide .news-item{
        margin: 0 0rem;
   }
    .h06-news__carousel-slide .news-item #scroller{
        padding: 1.25rem 1.25rem 0.625rem 1.25rem;
   }
    .h06-news__carousel-slide .news-item a .heading-04{
        font-size: 1.125rem;
        line-height: 1.875rem 
   }
    .h06-news__carousel-slide .card__image{
        height: 18.75rem;
   }
    .h06-news__cta-row .col-12{
        text-align: center;
   }
   .h06-news__carousel-slide .card__image{
    height: auto;
   }
    .h06-news .h06-news__carousel-slide{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
   }
   .h05-4-product{
       padding: 2.5rem 0;
   }
   .navigation{
       display: none;
   }
   .index {
    padding-top: 3.625rem;
}
.banner_div{
    width: 100%;
    text-align: center;
    left: 0;
}
.banner-tl-yy {
    font-size: 1.4rem;
    line-height: 3rem;
}
.banner-subtitle-yy {
    font-size: 1.125rem;
    margin: .75rem 0;
}
.h05-4-product::before, .h03-4-scenarios::before, .h03-4-scenarios::after {
    height: 4.5rem;
    width: 14.875rem;
}
.heading-03 {
    font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 1.75rem;
}
.none{
    display: block;
}
.block{
    display: none;
}
.h03-4-scenarios-lb-bos .h03-4-scenarios-tit{
    font-size: 1.5rem;
}
.h03-4-scenarios-lb-bos .h03-4-scenarios-ul li a {
    font-size: 1.125rem;
}
.h03-4-scenarios-lb-bos .h03-4-scenarios-ul li{
    text-align: center;
}
.h03-4-scenarios::after{
    width: 1.875rem;
}
.list-box {
    height: 425px !important;
}
.h07-join-ul{
    width: 100%;
}
.h07-join-box{
    padding: .9375rem;
}
.h07-join-ul li {
    padding: .75rem 0;
}
.h07-join-ul div p {
    font-size: 1.125rem;
}
.h02-4-about-div{
    padding: 2.5rem .9375rem;

}
.h02-4-about-div .tit1{
    font-size: 1rem;
    line-height: 1.625rem;
}
.n06-footer{
    padding: .9375rem 0;
}
.join_top{
    padding: 0 .9375rem;
    line-height: 4.5625rem;
    font-size: 1.35rem;
}
.join_ul .text{
    padding: .9375rem;
}
.text {
    font-size: 1rem;
    line-height: 1.875rem;
}
.join_nav li {
    width: calc(33.33% - 1rem*2/3);
    margin-left: 1rem;
}
.newslist,
.newsxq,
.proxq, .porduct, .application,
.join{
    padding: 2.5rem 0;
}
.contact .title,
.title {
    font-size: 1.8rem;
}
.mt50 {
    margin-top: 1.8rem;
}
.join_nav li{
    font-size: 1.125rem;
    line-height: 2.5rem;
}
.join_mae {
    font-size: 1.25rem;
}
.leven{
    display: none;
}
.product-inner{
    padding: 1rem;
}
.application_box>div {
    margin-bottom: 1rem;
}
.newsxq_div{
    width: 100%;
    padding: .9375rem;
    margin-top: 1.25rem;
}
.newslist_ul li{
    padding: .9375rem;
    margin-bottom: .9375rem;
}
.contact_wid .fr,
.contact_wid .fl{
    width: 100%;
    float: none;
}
.ditu-img{
    width: 100%;
}
.title p:nth-of-type(2){
    font-size: 1rem;
    margin-top: .625rem;
}
.contact_wid_ul{
    margin-top: 1.25rem;
}
.proxq .proxq_wid>div{
    width: 100%;
    float: none;
}
.proxq .proxq_wid{
    display: block;
}
.proxq_wid .fl{
    width: 80% !important;
    margin: 0 auto;
    margin-bottom: 1.7rem;
}
.proxq_fr .proxq_fr_hig{
    font-size: 1rem;
    line-height: 1.75rem;
    height: auto;
    overflow-y:auto;
}
.proxq_fr .tit {
    font-size: 1.8rem;
}
.porduct_ul li {
    float: left;
    width: calc(50% - .9375rem*1/2);
    margin-left: .9375rem;
    padding: .9375rem;
    margin-bottom: .9375rem;
}
.porduct_ul li .over {
    width: 80%;
}
.porduct_box_size {
    margin-top: .75rem;
}
.porduct_ul li:nth-of-type(2n+1){
    margin-left: 0;
}
.h03-4-scenarios-lb .swiper-pagination{
    display: block;
    width: 100%;
    bottom: 0;
}
.h03-4-scenarios-lb{
    padding-bottom: 2.1875rem;
}
.h03-4-scenarios-lb .swiper-pagination-bullet{
    margin: 0 .1875rem;
}
.ditu-img{
    float: none;
}
.ditu_fr{
    width: 70%;
    margin: 0 auto;
    margin-top: 1.5625rem;
    float: none;
}
.contact_wid .fr{
    position: static;
}
.proxq_wid .fl img {
    width: 60%;
}
.proxq .proxq_wid>div:nth-of-type(2){
    width: 100%;
}
.pictur_box .pictur_box_img{
    border-radius: .9375rem;
    height: 11.25rem;
    object-fit: cover;

}

.h05-4-product-lb .banner-tl-yy{
    font-size: 1.25rem;
    padding: 0 .9375rem;
}
.h05-4-product-lb .heading-03 {
    font-size: 1.5rem;
    
}
.h05-4-product-lb .heading-03 a{
    letter-spacing: 0;
}
.h05-4-product-lb a img {
    border-radius: 1.25rem;
}
.h05-4-product-lb .swiper-slide img{
    height: 15.25rem;
    object-fit: cover;
}
.h05-4-product-lb .heading-03 .heading-05{
    font-size: 1rem;
    margin-top: 0;
}
.banner-tl-yy{
    letter-spacing: 0;
}
.pictur_box .banner-subtitle-yy {
    font-size: 1rem;
    margin-top: 0;
}

.h02-4-about-div .tit1{
    text-align: left;
}

.join_mae, .join_nav, .join_ul{
    width: 100%;
}













    
}
.pictur_box .pictur_box_img{
    border-radius: 1.875rem;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #E50012;
    border-color: #E50012;
}
.pager li>a, .pager li>span{
    border-radius: 0;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span,
.pagination>li>a, .pagination>li>span{
    color: #000000;
}